home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr28 / rts14.zip / RTS.ENG < prev    next >
Text File  |  1995-01-11  |  2KB  |  65 lines

  1. RTS Control TSR v1.3
  2.  
  3. Copyright 1994 Michal Szokolo
  4.  
  5. FREEWARE
  6.  
  7.  
  8.  
  9. 1. License
  10.  
  11.    RTS Control TSR is provided 'as is' and is not subject to any warranty
  12.    of any kind. You use it on your own risk.
  13.    You may distribute RTS Control TSR in any way, except including it as a
  14.    part of a package sold for profit.
  15.  
  16. 2. Idea
  17.  
  18.    At the time comms program writes received data to disk, it's not able to
  19.    service incoming characters from modem. This creates situation, where
  20.    some characters may get lost. Good comms programs do lower RTS signal
  21.    while writing, to avoid this (low state of RTS tells modem not to send).
  22.  
  23.    However, disk caching software featuring backround/staged/late writes or
  24.    whatever they call it, differ moment of application completing write
  25.    request from physical write to disk. So, it's probable that real writing
  26.    occurs when comms program is unaware of that, resulting in losing one or
  27.    more characters, which leads to CRC error and retransmission of data
  28.    block. This makes transfer longer, thus increasing cost.
  29.  
  30.    RTS Control TSR monitors disk access at BIOS level and can lower RTS
  31.    when disk operation is carried on. The effect is especially visible when
  32.    using slow disk and/or inferior caching system, like SMARTDRV.
  33.  
  34. 3. Usage
  35.  
  36.    To install RTS Control TSR it must be run with a port number as a
  37.    parameter, eg:
  38.  
  39.    RTS 2
  40.  
  41.    RTS Control TSR will monitor COM2: (under standard address).
  42.  
  43.    RTS Control TSR has no provision to unload or service more than one
  44.    port. This may be possible with some future version.
  45.  
  46.    PLEASE NOTE: RTS Control TSR must be loaded BEFORE disk cache but after
  47.    any speed boosters (like IDEBOOST).
  48.  
  49. 4. Other...
  50.  
  51.    Author is asking you for constructive remarks about this program.
  52.     E-Mail: Michal Szokolo 2:480/19 (FidoNet)
  53.             Michal.Szokolo@f19.n480.z2.fidonet.org (Internet)
  54.  
  55. 5. History
  56.  
  57.    1.0 - First public release
  58.  
  59.    1.1 - Use of standard port addresses because of problems with BIOS
  60.  
  61.    1.2 - Minor internal changes
  62.  
  63.    1.3 - Fixed false "Sector not found" errors
  64.          (reported by Domingo Diaz-Vazquez)
  65.